home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 422_01 / libcf / nargs.asm < prev    next >
Encoding:
Assembly Source File  |  1994-03-27  |  243 b   |  9 lines

  1. *
  2. * Obtain argument count:
  3. *
  4. * This is a null function, and must be the FIRST operation peformed
  5. * with the calling function. It simply returns, passing back the
  6. * original argument count which is still in the accumulator.
  7. *
  8. nargs    RET
  9.